-
-
Notifications
You must be signed in to change notification settings - Fork 558
chore(deps): update sous-chefs/.github action to v5.0.7 #812
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
9a7ca8d to
399062d
Compare
| jobs: | ||
| conventional-commits: | ||
| uses: sous-chefs/.github/.github/workflows/[email protected].5 | ||
| uses: sous-chefs/.github/.github/workflows/[email protected].7 |
Check warning
Code scanning / CodeQL
Workflow does not contain permissions Medium
Show autofix suggestion
Hide autofix suggestion
Copilot Autofix
AI 11 days ago
To fix this issue, you should add a permissions block to the workflow. The block can be added at the root level (applies to all jobs) or to the specific job. Since this workflow is only invoking a reusable workflow, it is generally sufficient to grant read-only access to repository contents unless the called workflow explicitly requires more (which, based on best practices, is rarely the case for a conventional commits check). Therefore, you should add a permissions: contents: read block under the top-level keys (after the name: declaration), before the jobs definition, in .github/workflows/conventional-commits.yml. No imports or method definitions are required; this is a YAML config change only.
-
Copy modified lines R3-R4
| @@ -1,5 +1,7 @@ | ||
| --- | ||
| name: conventional-commits | ||
| permissions: | ||
| contents: read | ||
|
|
||
| "on": | ||
| pull_request: |
Slowest examplesTop 10 slowest examples (0.01 seconds, 47.47% of total time)
|
Pull request was closed
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update ( If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
This PR contains the following updates:
5.0.5->5.0.7Release Notes
sous-chefs/.github (sous-chefs/.github)
v5.0.7Compare Source
More Slack fixes
v5.0.6Compare Source
Make Slack inputs optional
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.